home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Reference / ROM_Kernel_Manuals / Includes / libraries / filehandler.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-10-27  |  415 b   |  20 lines

  1. #ifndef LIBRARIES_FILEHANDLER_H
  2. #define LIBRARIES_FILEHANDLER_H
  3. /*
  4. **    $Filename: libraries/filehandler.h $
  5. **    $Release: 2.04 Includes, V37.4 $
  6. **    $Revision: 36.2 $
  7. **    $Date: 90/07/12 $
  8. **
  9. **    device and file handler specific code for AmigaDOS
  10. **
  11. **    (C) Copyright 1986-1999 Amiga, Inc.
  12. **        All Rights Reserved
  13. */
  14.  
  15. #ifndef DOS_FILEHANDLER_H
  16. #include "dos/filehandler.h"
  17. #endif
  18.  
  19. #endif /* LIBRARIES_FILEHANDLER_H */
  20.